From: Richard M. Stallman Date: Sun, 27 Jul 1997 21:40:24 +0000 (+0000) Subject: (LDFLAGS): Get this from configure, like CFLAGS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80060 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bb5f88cc4e68bda33ce2ad8c80c9ca0b66c71282;p=emacs.git (LDFLAGS): Get this from configure, like CFLAGS. --- diff --git a/Makefile.in b/Makefile.in index 9425a3def08..192375b367e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,6 +44,7 @@ C_SWITCH_SYSTEM=@c_switch_system@ ALLOCA=@ALLOCA@ LN_S=@LN_S@ CFLAGS=@CFLAGS@ +LDFLAGS=@LDFLAGS@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ LD_SWITCH_X_SITE=@LD_SWITCH_X_SITE@ YACC=@YACC@